home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / f / football_glory / footballgloryaga1.dms / footballgloryaga1.adf / HDInstall < prev    next >
Text File  |  1980-01-01  |  2KB  |  81 lines

  1. Echo " "
  2. Echo " "
  3. Echo " "
  4. Echo " "
  5. Echo " "
  6. Echo " "
  7. Echo " "
  8.  
  9. Echo  NOLINE
  10. Echo FootballGloryAGA
  11. Echo 
  12. Echo HD-installation script
  13.  
  14. Echo This  will  create  a  subdirectory  called  "FootballGlory" in the
  15. Echo directory  you  specify,  and install the game there.  Nothing else
  16. Echo will be changed in your system.
  17.  
  18. FailAt 19
  19.  
  20. If `RequestChoice TITLE "Football Glory Installation" BODY "Proceed with installation?" GADGETS "Yes, install" "Do not install"` EQ 0
  21.  Skip Sorry
  22. EndIf
  23.  
  24. Echo  Installation begins....
  25.  
  26. Set FGInstallDir=`RequestFile : TITLE "Where can I make the 'FootballGlory' directory?" DRAWERSONLY NOICONS POSITIVE "Create directory" NEGATIVE "Don't install game"`
  27. If NOT EXISTS $FGInstallDir
  28.  Skip Errare
  29. EndIf
  30.  
  31. Echo Installing "Football Glory" in directory $FGInstallDir FootballGlory, please wait.
  32.  
  33. FailAt 21
  34.  
  35. CD $FGInstallDir
  36. If WARN
  37.  Skip Errare
  38. EndIf
  39.  
  40. MakeDir FootballGlory
  41. If FAIL
  42.  Skip Errare
  43. EndIf
  44.  
  45. Copy FROM "FootballGloryAGA Disk1:" TO FootballGlory/ ALL QUIET CLONE
  46. If WARN
  47.  Skip Errare
  48. EndIf
  49.  
  50. Copy FROM "FootballGloryAGA Disk2:" TO FootballGlory/ ALL QUIET CLONE
  51. If WARN
  52.  Skip Errare
  53. EndIf
  54.  
  55. Copy FROM "FootballGloryAGA Disk3:" TO FootballGlory/ ALL QUIET CLONE
  56. If WARN
  57.  Skip Errare
  58. EndIf
  59.  
  60. Delete FootballGlory/HDInstall >NIL:
  61. Delete FootballGlory/HDInstall.info >NIL:
  62. Copy "FootballGlory/Icons/FootballGlory.info" TO "FootballGlory.info" CLONE
  63. Delete FootballGlory/Icons/FootballGlory.info >NIL:
  64. Delete FootballGlory/Icons >NIL:
  65.  
  66. Echo Installation successfull.
  67. Echo You can close this window now.
  68. Wait Min 10
  69.  
  70. Skip Quit
  71.  
  72. Lab Errare
  73.   Echo "Error...."
  74.   Wait Sec 2
  75.   Skip Quit
  76.  
  77. Lab Sorry
  78.   Echo "Too bad...."
  79.   Wait Sec 2
  80. Lab Quit
  81.